home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
10,000 Great Games
/
10,000 Great Games.iso
/
Product
/
66
/
data1.cab
/
Source_Files
/
Src
/
TurretDlg.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-01-16
|
878b
|
41 lines
#if !defined(AFX_TURRETDLG_H__8D3C5C21_B639_11D2_BA8E_B81709C3CE1B__INCLUDED_)
#define AFX_TURRETDLG_H__8D3C5C21_B639_11D2_BA8E_B81709C3CE1B__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif
class CTurretDlg : public CDialog
{
public:
CTurretDlg(cTurret *turret, CWnd* pParent = NULL);
cTurret *turret;
// Dialog Data
//{{AFX_DATA(CTurretDlg)
enum { IDD = IDD_TURRET_PROPS };
CSliderCtrl m_Delay;
CSliderCtrl m_Rotation;
int m_Armor;
int m_From;
int m_To;
//}}AFX_DATA
//{{AFX_VIRTUAL(CTurretDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX);
//}}AFX_VIRTUAL
protected:
//{{AFX_MSG(CTurretDlg)
virtual BOOL OnInitDialog();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
#endif // !defined(AFX_TURRETDLG_H__8D3C5C21_B639_11D2_BA8E_B81709C3CE1B__INCLUDED_)